Casper CBC: Detect equivocating message
Description
equivocating
e.g. a validator simultaneously makes two messages, one with an estimate of 0 and another the estimate 1.
Definitions
$ Sender(m_1) = Sender(m_2) ~ \land ~ m_1 \neq m_2 ~ \land ~ m_1 \not\in Justification(m_2) ~ \land ~ m_2 \not\in Justification(m_1)
Note
e.g. Message acknowledges (i.e. includes in its justification) one message from the malicious validator.
Requirement
Each Message from one validator has different sequence number.
References